@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
img{border:none;}
ul,li{list-style:none;}
body{ font-size:14px;  font-family:"Microsoft YaHei";}

.Border5{border-radius: 5px;}
.Cyellow{color:#EED320;}
.Cgray{color:#606060;}
.Fbold{font-weight:bold;}
.F14{font-size:14px;}
.FL{float:left;}
.FR{float:right;}
a{color:#000; text-decoration:none;}
a:hover{color:#2963A3; }
input, textarea, button { outline: 0; border:0; outline:none; }
.fl{float:left;}
.fr{float:right;}
.box1200{width:1200px; height:auto; margin:0 auto; overflow:hidden;}

.top{width:100%; height:auto; float:left; padding:12px 0;}
.logo{width:255px; height:65px; float:left;}
.nav{width:850px; height:37px; float:right; font-size:16px; margin-top:30px;}
.nav li a{width:80px; line-height:30px; float:left; text-align:center; margin:0 13px; padding-bottom:5px;}
.nav li a:hover,.nav li .on{border-bottom:2px solid #453F89;}
.banner img{width:100%; height:405px; float:left;}

.bottom{width:100%; height:auto; float:left; background:#2963A3; padding:30px 0 45px; text-align:center; color:#fff; line-height:24px; margin-top:20px;}
.bottom a{color:#fff;}

.NYcon{width:100%; height:auto; float:left; padding:20px 0; min-height:500px;}
.banner{width:100%;float:left;}

/*分页样式开始*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center ;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin:0px 5px 0px 0px;
}
.pager li > a:hover,
.pager li > a:active {
  text-decoration: none;
  background-color: #0064b4;
  color:#FFF;
}
.pagination>.active>span{
  background-color: #0064b4;
  color:#FFF;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*分页样式结束*/
/* 上一页，下一页 */
.b_div3{
	padding: 35px 0 30px 0;
}
.b_div3 p{
	text-align: center;
	margin-bottom: 10px;
}
.b_div3 p a{
	display: inline-block;
	width: 581px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-align: left;
	padding: 0 25px;
	background:url(../images/top_icon.jpg) no-repeat;
	background-position:20px;
}
.b_div3 p a span{
	padding: 0 10px;
}
.b_div3 p a:hover{
	color: white;
	background:url(../images/bto.png)  no-repeat #2165D0;
	background-position:20px;
}
.b_d3_p_a_span{
	border-right: 0px solid #000;
	font-weight:bold;
}